home *** CD-ROM | disk | FTP | other *** search
- /* -*-C-*-
- *******************************************************************************
- *
- * File: XImageURL.h
- * RCS: $Header: /usr/local/lib/cvs/EnhanceMail/XImageURL.h,v 1.1.1.2 1996/03/25 01:46:03 cedman Exp $
- * Description:
- * Author: Carl Edman
- * Created: Fri Oct 20 14:46:12 1995
- * Modified: Sun Mar 24 11:43:52 1996 (Carl Edman) cedman@capitalist.princeton.edu
- * Language: C
- * Package: N/A
- * Status: Experimental (Do Not Distribute)
- *
- * (C) Copyright 1995, but otherwise this file is perfect freeware.
- *
- *******************************************************************************
- */
-
- #import <appkit/appkit.h>
- #import "MailApp.h"
-
- @interface NXImage(XImageURL)
- + (BOOL)grabURL:(const char *)url to:(const char *)path;
- + (BOOL)grabURL:(const char *)url buffer:(char *)path;
- - initURL:(const char *)url;
- @end
-